
About
_________________________________________________________________________

Tray Launcher Sharp is a dynamic, customizable, menu system for 
starting programs. It works in an inheritable fashion where
command arguments can be concatenated on each level. It has been 
reengineered in C# and is supposed to be free of any bugs present
in previous incarnations. It is free software and does not come
with a warranty.


History
_________________________________________________________________________

v1.3 - FIXED: The bug when loading a .cfg file where the last item is always a subnode
     - The user can specify that the launch menu is made with either
       MenuItem/ContextMenu or ToolStripMenuItem/ContextMenuStrip. 
       This is saved in the .ini file. The newer components have more 
       customizeable properties (but seem slower) including the menu item image icon,
       the background color,font, font color, and background image.
     - The TreeView Font Size menu allows to Expand to the greatest font size used in the nodes
       Also, it allows to reset to the default size which is 11.25
     - The user can specify default values for the add top/sub menu item
     - Configuration file changes: All items seperated by "||"
     - New custom program icon: Gray

v1.2 - The program now includes 6 custom icon colors. Check the 'about' window!
     -  TLS now also saves a .ini file for a few settings 

v1.1 - The program now includes a resizeable 'Floating Window' for the dynamic 
        menu that you can enable/disable in the configuration window context menu. 
     - This also means that you can disable the tray icon and only use the 
        window or vice-versa. The window also has an 'Always on Top' feature.

v1.0 - First Release